home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / caml / changes.txt next >
Text File  |  1993-07-14  |  4KB  |  75 lines

  1. CHANGES:
  2. --------
  3. 10/12/91: bugfixes.tar.Z
  4.         Added the file camlyacc/SUNOS4.1/camlyacc.sh: the script for the Yacc
  5.         interface for Sun-OS 4.1.*.
  6.         * What you have to do: upload bugfixes.tar.Z, and copy this file
  7.         to /usr/local/caml/V2-6.1/camlyacc/SUNOS4.1/camlyacc.sh
  8.         * You may have to upload one of caml.sun[34], in order for that
  9.         change to be taken into account.
  10.  
  11. 09/18/91: caml.sun3
  12.         Fixed the command which was chosing a wrong value to the CAMLSYS
  13.         shell variable, in case of a Sun 3 running SunOS 4.*, instead of
  14.         4.2BSD.
  15.         * What you have to do: upload caml.sun3, and use it in replacement of
  16.         your `caml' command on Sun 3.
  17.  
  18. 06/20/91: next.2.0.tar.Z
  19.         Added the NeXT (OS 2.*) version. The previous version had been tested
  20.         only with OS 1.0, and did not work with OS 2.*.
  21.         * What to do: upload the version corresponding to your operating
  22.         system, rename it next.tar.Z, and proceed as usual.
  23.         ** NOTE: next2-0.tar.Z has been tested only with OS 2.[01]
  24.         We would be glad if someone tells us wether or not it works on OS 1.0!! (caml@margaux.inria.fr)
  25.  
  26. 02/08/91: sonyR3000, install-*
  27.         Added the Sony MIPS-R3000 port (Sony News 3410, etc).
  28.         New files: CONTENTS.sonyR3000, caml.sonyR3000, install-sonyR3000
  29.                and sonyR3000.tar.Z
  30.  
  31.         Also fixed a bug in the install-* files.
  32.  
  33. 02/08/91: bugfixes, README, CHANGES
  34.         Changed the `bugfixes' directory into a single file `bugfixes.tar.Z'
  35.         and modified README and CHANGES to take that into account.
  36.  
  37. 01/22/91: common, macaux
  38.         Because of the Mac A/UX version, I had to add a few files to
  39.         the `common.tar.Z' file. You do not need to update previously
  40.         uploaded Caml systems.
  41.         This new common includes previous bug fixes (see below).
  42.         * What you have to do: nothing.
  43.  
  44. 01/21/1991: lo/typing.lo
  45.         A bug of the compiler has been corrected. The problem was with
  46.         local variables inside of a record field (wrong access code was
  47.         generated). This bug could produce bus errors or wrong
  48.         integer/string values.
  49.         * What you have to do: install the file in `lo/typing.lo'.
  50.         Then, rebuild the Caml core image by:
  51.         % cd /usr/local/caml/V2-6.1
  52.         % make TYPEMACHINE=<your machine> -f Makefile
  53.  
  54. 01/21/1991: lib/compile.lo
  55.         A bug has been corrected in the `lib/compile.lo' library file.
  56.         This bug only appears in very rare situations and involves grammar
  57.         compilation called inside a directive contained in a compiled file.
  58.         If you're reasonable, you never do that!
  59.         Anyway, it's corrected: the new lib file is `lib/compile.lo'.
  60.         * What you have to do: install the file in `lib/compile.lo'.
  61.         That's it!
  62.         It is an `autoload' package.
  63.  
  64. 12/21/1990: the CAML ftp archive is being created.
  65.         The current directory contains CAML V2-6.1 for various machines.
  66.         A few bugs have been corrected (relatively to previous distribution
  67.         mode). Nevertheless, the CAML version identification did not change
  68.         (is this a mistake?): same version number, name and date.
  69.         These bugs concern:
  70.                 * Floating point errors for Sun4, Mac-A/UX and Sony NewS 68k.
  71.                 * Installation errors for Sun4.
  72.                 * Compatibility Sun4-SunOS 4.1 and Sun4-SunOS 4.0: runtime
  73.                         and Yacc interface (but still, `make'-ing "*.o" files
  74.                         don't work properly for SunOS 4.1).
  75.